warning

fun warning(message: String)
fun warning(message: String, annotationProperties: AnnotationProperties)

Log a warning message.

fun warning(exception: Throwable)
fun warning(exception: Throwable, annotationProperties: AnnotationProperties)

Log exception as a warning message.